Uses of Class
negotiator.xml.SimpleElement

Packages that use SimpleElement
negotiator   
negotiator.issue   
negotiator.protocol   
negotiator.utility   
negotiator.xml   
 

Uses of SimpleElement in negotiator
 

Fields in negotiator declared as SimpleElement
 SimpleElement NegotiationOutcome.additional
           
 SimpleElement NegotiationOutcome.qualityMeasures
           
 SimpleElement NegotiationOutcome.trajectoryMeasures
           
 

Methods in negotiator that return SimpleElement
 SimpleElement Domain.getXMLRoot()
           
 SimpleElement XMLable.toXML()
           
 SimpleElement NegotiationOutcome.toXML()
          Does not include bid history in log file.
 SimpleElement Domain.toXML()
          Creates an XML representation of this domain.
 SimpleElement Bid.toXML()
           
 SimpleElement ArrayListXML.toXML()
           
 SimpleElement NegotiationOutcome.toXMLWithBids()
          Includes bid history in log file.
 

Constructors in negotiator with parameters of type SimpleElement
Domain(SimpleElement root)
          Creates a domain given an XML-representation of the domain.
NegotiationOutcome(AlternatingOffersBilateralAtomicNegoSession alternatingOffersBilateralAtomicNegoSession, int runNumber, Action lastAction, java.util.ArrayList<BidPointTime> agentASize, java.util.ArrayList<BidPointTime> agentBSize, boolean startingWithA, SimpleElement additional, double distanceToNash, OutcomeInfo outcomeInfo)
          Creates a new instance of NegotiationOutcome
 

Uses of SimpleElement in negotiator.issue
 

Methods in negotiator.issue that return SimpleElement
 SimpleElement Objective.toXML()
          Returns an xml representation of this Objective and all Objectives and issues underneath it.
 SimpleElement IssueReal.toXML()
          Returns a SimpleElement representation of this issue.
 SimpleElement IssueInteger.toXML()
          Returns a SimpleElement representation of this issue.
 SimpleElement IssueDiscrete.toXML()
          Returns a SimpleElement representation of this issue.
 SimpleElement Issue.toXML()
          Returns a SimpleElement representation of this issue.
 

Uses of SimpleElement in negotiator.protocol
 

Fields in negotiator.protocol declared as SimpleElement
 SimpleElement BilateralAtomicNegotiationSession.additionalLog
           
 

Methods in negotiator.protocol with parameters of type SimpleElement
 void BilateralAtomicNegotiationSession.addAdditionalLog(SimpleElement pElem)
           
 

Uses of SimpleElement in negotiator.utility
 

Methods in negotiator.utility that return SimpleElement
 SimpleElement UtilitySpace.getXMLRoot()
           
 SimpleElement EvaluatorReal.setXML(SimpleElement evalObj)
          Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
 SimpleElement EvaluatorObjective.setXML(SimpleElement evalObj)
          Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
 SimpleElement EvaluatorInteger.setXML(SimpleElement evalObj)
          Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
 SimpleElement EvaluatorDiscrete.setXML(SimpleElement evalObj)
          Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
 SimpleElement UtilitySpace.toXML()
          Creates an xml representation (in the form of a SimpleElements) of the utilityspace.
 

Methods in negotiator.utility with parameters of type SimpleElement
 void EvaluatorReal.loadFromXML(SimpleElement pRoot)
           
 void EvaluatorObjective.loadFromXML(SimpleElement pRoot)
           
 void EvaluatorInteger.loadFromXML(SimpleElement pRoot)
           
 void EvaluatorDiscrete.loadFromXML(SimpleElement pRoot)
           
 void Evaluator.loadFromXML(SimpleElement pRoot)
          Method to
 SimpleElement EvaluatorReal.setXML(SimpleElement evalObj)
          Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
 SimpleElement EvaluatorObjective.setXML(SimpleElement evalObj)
          Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
 SimpleElement EvaluatorInteger.setXML(SimpleElement evalObj)
          Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
 SimpleElement EvaluatorDiscrete.setXML(SimpleElement evalObj)
          Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
 

Uses of SimpleElement in negotiator.xml
 

Subclasses of SimpleElement in negotiator.xml
 class OrderedSimpleElement
          Orders the attributes
 

Fields in negotiator.xml with type parameters of type SimpleElement
protected  java.util.LinkedList<SimpleElement> SimpleElement.childElements
           
 

Methods in negotiator.xml that return SimpleElement
 SimpleElement SimpleDOMParser.parse(java.io.Reader reader)
           
 

Methods in negotiator.xml that return types with arguments of type SimpleElement
 java.util.LinkedList<SimpleElement> SimpleElement.getChildElementsAsList()
           
 

Methods in negotiator.xml with parameters of type SimpleElement
 void SimpleElement.addChildElement(SimpleElement element)
           
 

Constructors in negotiator.xml with parameters of type SimpleElement
XMLtoCSV(SimpleElement xml)